ResultType

enum ResultType : Enum<ResultType> , Parcelable

This enum holds the type of the result for the authentication process.

Entries

Error
Link copied to clipboard
An error occurred during authentication.
Failed
Link copied to clipboard
Authentication was unsuccessful.
Successful
Link copied to clipboard
Authentication was successful.